functioncomplexPower
Complex power of complex number
Information
This function returns the given Complex number c1 to the power of the Complex number c2.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Complex | c1 | Complex number | |
| Complex | c2 | Complex exponent |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Complex | c3 | = c1^c2 |